home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / Apple Guide / Authoring / Documentation / Example Source Files Appdx C / CoachMarks SW.src < prev    next >
Encoding:
Text File  |  1994-11-18  |  1.4 KB  |  33 lines  |  [TEXT/ttxt]

  1.  
  2. # *****************CoachMarks********************
  3.  
  4. #coach SurfWriter's Dictionary menu item in the Utilities menu
  5. #<Define Menu Coach> "UtilsOpenDictionary", 'WAVE', REDCIRCLE, "Utilities", "Dictionary…", RED
  6.  
  7. #coach the app's Dictionary menu item in the Utilities menu
  8. <Define Menu Coach> "UtilsOpenDictionary", 'ttxt', REDCIRCLE, "Utilities", "Dictionary…", RED
  9.  
  10. #coach dialog item 3 in SurfWriter's "Dictionary" dialog box
  11. <Define Item Coach> "DictionaryNewWord", 'WAVE', REDUNDERLINE, "Dictionary", DialogID(3)
  12.  
  13. #coach a specific area in a window opened by SimpleText
  14. <Define Window Coach> "DictionaryNewWordSimpleText", 'ttxt', REDUNDERLINE, "Dictionary", Rect(74,250,82,395)
  15.  
  16. #coach dialog item 8 in SurfWriter's "Dictionary" dialog box
  17. <Define Item Coach> "CustomDictionary", 'WAVE', REDCIRCLE, "Dictionary", DialogID(8)
  18.  
  19. #coach a specific area in a window opened by SimpleText
  20. <Define Window Coach> "CustomDictionaryButtonSimpleText", 'ttxt', REDCIRCLE, "Dictionary", Rect(250,155,262,360)
  21.  
  22. #coach a specific area in the SurfWriter Scripts folder
  23. #You could use a window coach if the file's location never changes
  24. #If the user might change it's location, use an AppleScript coach
  25. #<Define Window Coach> "Custom Dictionary File", 'MACS', REDCIRCLE, "SurfWriter Scripts", Rect(100,100,142,142)
  26.  
  27. #coach a specific area in the SurfWriter Scripts folder
  28. <DEFINE APPLESCRIPT COACH> "Custom Dictionary File", REDCIRCLE,":SurfWriter Scripts src:Finder Coach Surf Custom File"
  29.  
  30.  
  31.  
  32.  
  33.